Returns a Left containing the given argument left if this is empty, or a Right containing this option's value if it is defined.
Return
a Left containing the given argument left if this is empty, or a Right containing this option's value if it is defined.
Parameters
Producer of the fallback Left value.
The type of the Left value.